(prompt "Installing the optional ARexx OpenURL script")
(help "This is a small example script that opens URLs.")
(source "Rexx/OpenURL.rexx")
(dest "S:")
(confirm)
)
(if
(exists "ENV:THOR/THORPath")
(copyfiles
(prompt "Installing the optional THOR ARexx mailto script")
(help "If you use THOR and wish to use that to handle mailto URLs, install this script. If you install it to directory other than the default, make sure to change it in the OpenURL prefs as well.")